|
|
|
|
RowHeaders Property, HeadersClass Class |
Returns the array of row headers available in the header area.
Syntax HeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property RowHeaders As RowHeaderClass() |
C# |
public RowHeaderClass[] RowHeaders { get; } |
C++ |
public: property array<RowHeaderClass^>^ RowHeaders { |
Property Value
The array of row headers.
Comments
The RowHeaders property returns the array of row headers available in the header area.
Each row in the column header area contains a row header. Row headers are only visible if the RowHeaders.Width property is greater than 0.